home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_5 / PlaceObject2_202_394 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-01-15  |  296 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.player.board) && _root.player.falling == true && _root.player.grounded == false && _currentframe == 1)
  3.    {
  4.       _root.player.gotoAndStop(2);
  5.       gotoAndStop(2);
  6.       _root.player.yspeed = -15;
  7.       _root.player.xspeed = 17;
  8.    }
  9. }
  10.